home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / dignet_2_1.lha / dignet / includes / dignet.i < prev   
Text File  |  1997-03-12  |  368b  |  22 lines

  1.     IFND    DIGNET_I
  2. DIGNET_I    SET    1
  3.  
  4. **
  5. **    dignet.library include
  6. **
  7. **    Copyright © 1997 by Kenneth "Kenny" Nilsen/Digital Surface
  8. **
  9. **    $VER: DIGNET_I 1.0 (12.3.97)
  10. **
  11. **
  12.  
  13.  
  14. * Error codes
  15.  
  16. DNETERROR_OK        EQU    0    ;everything is ok
  17. DNETERROR_OVERFLOW    EQU    -1    ;buffer overflow (your string buffer)
  18. DNETERROR_WRONGNET    EQU    -2    ;you tried to free wrong net structure
  19.  
  20.     ENDC    ;DIGNET_I
  21.  
  22.